1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmPURCHASEORDERDATA
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.txtqty = New System.Windows.Forms.TextBox
27         Me.txtdesc = New System.Windows.Forms.TextBox
28         Me.txtname = New System.Windows.Forms.TextBox
29         Me.txtid = New System.Windows.Forms.TextBox
30         Me.Label4 = New System.Windows.Forms.Label
31         Me.Label3 = New System.Windows.Forms.Label
32         Me.Label2 = New System.Windows.Forms.Label
33         Me.Label1 = New System.Windows.Forms.Label
34         Me.txtunit = New System.Windows.Forms.TextBox
35         Me.Label7 = New System.Windows.Forms.Label
36         Me.txtbarcode = New System.Windows.Forms.TextBox
37         Me.Label6 = New System.Windows.Forms.Label
38         Me.txtprice = New System.Windows.Forms.TextBox
39         Me.Label5 = New System.Windows.Forms.Label
40         Me.cmdSave = New System.Windows.Forms.Button
41         Me.cmdCancel = New System.Windows.Forms.Button
42         Me.GroupBox1.SuspendLayout()
43         Me.SuspendLayout()
44         
'
45         
'GroupBox1
46         
'
47         Me.GroupBox1.Controls.Add(Me.txtqty)
48         Me.GroupBox1.Controls.Add(Me.txtdesc)
49         Me.GroupBox1.Controls.Add(Me.txtname)
50         Me.GroupBox1.Controls.Add(Me.txtid)
51         Me.GroupBox1.Controls.Add(Me.Label4)
52         Me.GroupBox1.Controls.Add(Me.Label3)
53         Me.GroupBox1.Controls.Add(Me.Label2)
54         Me.GroupBox1.Controls.Add(Me.Label1)
55         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
56         Me.GroupBox1.Name =
"GroupBox1"
57         Me.GroupBox1.Size = New System.Drawing.Size(
272, 127)
58         Me.GroupBox1.TabIndex =
10
59         Me.GroupBox1.TabStop = False
60         
'
61         
'txtqty
62         
'
63         Me.txtqty.Location = New System.Drawing.Point(
92, 89)
64         Me.txtqty.MaxLength =
50
65         Me.txtqty.Name =
"txtqty"
66         Me.txtqty.Size = New System.Drawing.Size(
100, 21)
67         Me.txtqty.TabIndex =
6
68         
'
69         
'txtdesc
70         
'
71         Me.txtdesc.BackColor = System.Drawing.Color.White
72         Me.txtdesc.Location = New System.Drawing.Point(
92, 56)
73         Me.txtdesc.MaxLength =
50
74         Me.txtdesc.Multiline = True
75         Me.txtdesc.Name =
"txtdesc"
76         Me.txtdesc.ReadOnly = True
77         Me.txtdesc.Size = New System.Drawing.Size(
173, 32)
78         Me.txtdesc.TabIndex =
3
79         
'
80         
'txtname
81         
'
82         Me.txtname.BackColor = System.Drawing.Color.White
83         Me.txtname.Location = New System.Drawing.Point(
92, 34)
84         Me.txtname.MaxLength =
50
85         Me.txtname.Name =
"txtname"
86         Me.txtname.ReadOnly = True
87         Me.txtname.Size = New System.Drawing.Size(
142, 21)
88         Me.txtname.TabIndex =
2
89         
'
90         
'txtid
91         
'
92         Me.txtid.BackColor = System.Drawing.Color.FromArgb(CType(CType(
255, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
93         Me.txtid.Location = New System.Drawing.Point(
92, 12)
94         Me.txtid.Name =
"txtid"
95         Me.txtid.ReadOnly = True
96         Me.txtid.Size = New System.Drawing.Size(
100, 21)
97         Me.txtid.TabIndex =
1
98         
'
99         
'Label4
100         
'
101         Me.Label4.AutoSize = True
102         Me.Label4.Location = New System.Drawing.Point(
39, 92)
103         Me.Label4.Name =
"Label4"
104         Me.Label4.Size = New System.Drawing.Size(
56, 13)
105         Me.Label4.TabIndex =
13
106         Me.Label4.Text =
"Quantity :"
107         
'
108         
'Label3
109         
'
110         Me.Label3.AutoSize = True
111         Me.Label3.Location = New System.Drawing.Point(
28, 62)
112         Me.Label3.Name =
"Label3"
113         Me.Label3.Size = New System.Drawing.Size(
67, 13)
114         Me.Label3.TabIndex =
12
115         Me.Label3.Text =
"Description :"
116         
'
117         
'Label2
118         
'
119         Me.Label2.AutoSize = True
120         Me.Label2.Location = New System.Drawing.Point(
7, 42)
121         Me.Label2.Name =
"Label2"
122         Me.Label2.Size = New System.Drawing.Size(
88, 13)
123         Me.Label2.TabIndex =
11
124         Me.Label2.Text =
"Purchase Name :"
125         
'
126         
'Label1
127         
'
128         Me.Label1.AutoSize = True
129         Me.Label1.Location = New System.Drawing.Point(
23, 20)
130         Me.Label1.Name =
"Label1"
131         Me.Label1.Size = New System.Drawing.Size(
72, 13)
132         Me.Label1.TabIndex =
10
133         Me.Label1.Text =
"Purchase ID :"
134         
'
135         
'txtunit
136         
'
137         Me.txtunit.BackColor = System.Drawing.Color.White
138         Me.txtunit.Location = New System.Drawing.Point(
386, 67)
139         Me.txtunit.Name =
"txtunit"
140         Me.txtunit.ReadOnly = True
141         Me.txtunit.Size = New System.Drawing.Size(
100, 21)
142         Me.txtunit.TabIndex =
7
143         
'
144         
'Label7
145         
'
146         Me.Label7.AutoSize = True
147         Me.Label7.Location = New System.Drawing.Point(
312, 71)
148         Me.Label7.Name =
"Label7"
149         Me.Label7.Size = New System.Drawing.Size(
77, 13)
150         Me.Label7.TabIndex =
16
151         Me.Label7.Text =
"Unit Measure :"
152         
'
153         
'txtbarcode
154         
'
155         Me.txtbarcode.BackColor = System.Drawing.Color.White
156         Me.txtbarcode.Location = New System.Drawing.Point(
386, 23)
157         Me.txtbarcode.Name =
"txtbarcode"
158         Me.txtbarcode.ReadOnly = True
159         Me.txtbarcode.Size = New System.Drawing.Size(
172, 21)
160         Me.txtbarcode.TabIndex =
5
161         
'
162         
'Label6
163         
'
164         Me.Label6.AutoSize = True
165         Me.Label6.Location = New System.Drawing.Point(
336, 29)
166         Me.Label6.Name =
"Label6"
167         Me.Label6.Size = New System.Drawing.Size(
53, 13)
168         Me.Label6.TabIndex =
15
169         Me.Label6.Text =
"Barcode :"
170         
'
171         
'txtprice
172         
'
173         Me.txtprice.BackColor = System.Drawing.Color.White
174         Me.txtprice.Location = New System.Drawing.Point(
386, 1)
175         Me.txtprice.Name =
"txtprice"
176         Me.txtprice.ReadOnly = True
177         Me.txtprice.Size = New System.Drawing.Size(
100, 21)
178         Me.txtprice.TabIndex =
4
179         
'
180         
'Label5
181         
'
182         Me.Label5.AutoSize = True
183         Me.Label5.Location = New System.Drawing.Point(
352, 8)
184         Me.Label5.Name =
"Label5"
185         Me.Label5.Size = New System.Drawing.Size(
37, 13)
186         Me.Label5.TabIndex =
14
187         Me.Label5.Text =
"Price :"
188         
'
189         
'cmdSave
190         
'
191         Me.cmdSave.Location = New System.Drawing.Point(
5, 133)
192         Me.cmdSave.Name =
"cmdSave"
193         Me.cmdSave.Size = New System.Drawing.Size(
66, 25)
194         Me.cmdSave.TabIndex =
7
195         Me.cmdSave.Text =
"&Save"
196         Me.cmdSave.UseVisualStyleBackColor = True
197         
'
198         
'cmdCancel
199         
'
200         Me.cmdCancel.Location = New System.Drawing.Point(
77, 133)
201         Me.cmdCancel.Name =
"cmdCancel"
202         Me.cmdCancel.Size = New System.Drawing.Size(
66, 25)
203         Me.cmdCancel.TabIndex =
8
204         Me.cmdCancel.Text =
"&Cancel"
205         Me.cmdCancel.UseVisualStyleBackColor = True
206         
'
207         
'FrmPURCHASEORDERDATA
208         
'
209         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
210         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
211         Me.BackColor = System.Drawing.Color.WhiteSmoke
212         Me.ClientSize = New System.Drawing.Size(
278, 164)
213         Me.Controls.Add(Me.txtunit)
214         Me.Controls.Add(Me.Label7)
215         Me.Controls.Add(Me.cmdCancel)
216         Me.Controls.Add(Me.txtbarcode)
217         Me.Controls.Add(Me.cmdSave)
218         Me.Controls.Add(Me.Label6)
219         Me.Controls.Add(Me.GroupBox1)
220         Me.Controls.Add(Me.txtprice)
221         Me.Controls.Add(Me.Label5)
222         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
223         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
224         Me.Name =
"FrmPURCHASEORDERDATA"
225         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
226         Me.Text =
"Purchase Data"
227         Me.GroupBox1.ResumeLayout(False)
228         Me.GroupBox1.PerformLayout()
229         Me.ResumeLayout(False)
230         Me.PerformLayout()
231
232     End Sub
233     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
234     Friend WithEvents txtprice As System.Windows.Forms.TextBox
235     Friend WithEvents txtqty As System.Windows.Forms.TextBox
236     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
237     Friend WithEvents txtname As System.Windows.Forms.TextBox
238     Friend WithEvents txtid As System.Windows.Forms.TextBox
239     Friend WithEvents Label5 As System.Windows.Forms.Label
240     Friend WithEvents Label4 As System.Windows.Forms.Label
241     Friend WithEvents Label3 As System.Windows.Forms.Label
242     Friend WithEvents Label2 As System.Windows.Forms.Label
243     Friend WithEvents Label1 As System.Windows.Forms.Label
244     Friend WithEvents cmdSave As System.Windows.Forms.Button
245     Friend WithEvents cmdCancel As System.Windows.Forms.Button
246     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
247     Friend WithEvents Label6 As System.Windows.Forms.Label
248     Friend WithEvents Label7 As System.Windows.Forms.Label
249     Friend WithEvents txtunit As System.Windows.Forms.TextBox
250 End Class


Gõ tìm kiếm nhanh...